home *** CD-ROM | disk | FTP | other *** search
/ PCMania 19 / PCMania19.iso / Jogos em Flash / CARTAS / CARIBBEAN_POKER.SWF / scripts / DefineButton2_31 / BUTTONCONDACTION on(release).as
Text File  |  2002-05-07  |  139b  |  11 lines

  1. on(release){
  2.    if(tOff == "0")
  3.    {
  4.       tOff = "1";
  5.       tellTarget("/help")
  6.       {
  7.          gotoAndStop(2);
  8.       }
  9.    }
  10. }
  11.